home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWStream / FWArcObj.k < prev    next >
Encoding:
Text File  |  1996-09-17  |  813 b   |  30 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWArcObj.k
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWARCOBJ_K
  11. #define FWARCOBJ_K
  12.  
  13. //========================================================================================
  14. // Macro Definitions
  15. //========================================================================================
  16.  
  17. #define FW_RBoolean byte
  18.  
  19. // By Value Flags
  20. #define FW_kPrivIDOnly 0
  21. #define FW_kPrivIDAndValue 1
  22.  
  23. // Special Registry IDs
  24. #define FW_kPrivNotInRegistry -1
  25. #define FW_kPrivNULLObjectID -2
  26.  
  27. #define    FW_kArchivableObjectListResourceType    'FWol'
  28.  
  29. #endif
  30.